Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 311 Bytes

git change remote.md

File metadata and controls

10 lines (8 loc) · 311 Bytes

git change remote

  • a [[spell]]
    • [[pull]] [[git remote]] [[change remote]]
      • git remote set-url origin
    • [[https]] (read access)
      • git remote set-url origin https://github.com/flancian/agora.git
    • [[ssh]] (write access)
      • git remote set-url origin git@github.com:flancian/agora.git